projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a09ca8a
)
gdk: don't install gdkversionmacros.h twice
author
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 27 Feb 2012 16:45:12 +0000
(11:45 -0500)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 27 Feb 2012 16:45:12 +0000
(11:45 -0500)
Since it's generated, we install the header by putting it into
gdkinclude_HEADERS, so it's wrong to put it again into
gdk_public_h_sources.
This fixes the build.
gdk/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk/Makefile.am
b/gdk/Makefile.am
index 2557bda88c078b89e8f18894a309bbfedc507546..191d0b666c4ef019b3ca9966f78bea129d4485a8 100644
(file)
--- a/
gdk/Makefile.am
+++ b/
gdk/Makefile.am
@@
-90,7
+90,6
@@
gdk_public_h_sources = \
gdktestutils.h \
gdkthreads.h \
gdktypes.h \
- gdkversionmacros.h \
gdkvisual.h \
gdkwindow.h
@@
-140,6
+139,7
@@
gdk_built_sources = \
gdkenumtypes.c \
gdkmarshalers.h \
gdkmarshalers.c \
+ gdkversionmacros.h \
gdkenumtypes.h
#